File manager - Edit - /home/autoph/public_html/projects/AutoHub-Kiosk-Final/storage/framework/views/1035d060b4a9c1ad45bf3ee5e2eb033ea6e361d3.php
Back
<?php $__env->startSection('css'); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('header'); ?> <?php echo $__env->make('layouts.header', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="col-lg-12 grid-margin stretch-card" style="height:500px; max-height: 675px; "> <div class="card p-3 mt-3"> <form action="#" id="edit_dealer" novalidate> <?php echo csrf_field(); ?> <div class="row"> <div class="col-md-4"> <input type="hidden" value="<?php echo $user->id; ?>" name="dealer_id"> <div class="form-group"> <label for="" class="form-label">Company Name: <em><small style="color:red">*</small></em></label> <input type="text" class="form-control form-control-lg" name="comp_name" id="comp_name" value="<?php echo $user->comp_name; ?>"> </div> <div class="form-group mt-2"> <label for="" class="form-label">Dealer Name: <em><small style="color:red">*</small></em></label> <input type="text" class="form-control form-control-lg" name="deal_name" id="deal_name" value="<?php echo $user->deal_name; ?>"> </div> <div class="form-group mt-2"> <label for="" class="form-label">Dealer Code: <em><small style="color:red">*</small></em></label> <input type="text" class="form-control form-control-lg" name="deal_code" id="deal_code" value="<?php echo $user->deal_code; ?>"> <center><em>Notice:<small style="color: red"> If you change your dealer code, it will be your new username</small></em></center> </div> <div class="form-group mt-2"> <label for="" class="form-label">New Password: <em><small style="color:red">*</small></em></label> <input type="text" class="form-control form-control-lg" name="password" id="password" value=""> </div> <div class="form-group mt-2"> <label for="" class="form-label">Confirm Password: <em><small style="color:red">*</small></em></label> <input type="text" class="form-control form-control-lg" name="password_confirmation" id="password_confirmation" value=""> </div> </div> <div class="col-md-4"> <div class="form-group mt-2"> <label for="" class="form-label">Official Receipt: <em><small style="color:red">*</small></em></label> <input type="file" class="form-control form-control-lg" placeholder="Choose Image" name="official_receipt" id="official_receipt"> </div> <div class="form-group"> <img id="preview-image-before-import-or" src="<?php echo asset($user->receipt); ?>" alt="preview image" name="image-receipt" style="max-height: 150px; max-width:150px"> </div> </div> <div class="col-md-4"> <div class="form-group mt-2"> <label for="" class="form-label">Dealer Logo: <em><small style="color:red">*</small></em></label> <input type="file" class="form-control form-control-lg" placeholder="Choose Image" name="official_logo" id="official_logo"> </div> <div class="form-group"> <img id="preview-image-before-import-logo" src="<?php echo asset($user->logo); ?>" alt="preview image" name="image-logo" style="max-height: 150px; max-width:150px"> </div> </div> </div> <div class="row"> <div class="col-md-12"> <button class="btn btn-success btn-lg mt-n5" type="submit" id="edit_dealer" style="float: right">Save</button> </div> </div> </form> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('javascript'); ?> <script src="<?php echo e(asset('js/user_management/edit_dealer.js')); ?>"></script> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.admin', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/autoph/public_html/projects/AutoHub-Kiosk-Final/resources/views/admin/management/edit_dealer.blade.php ENDPATH**/ ?>
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0 |
proxy
|
phpinfo
|
Settings